From: Chong Yidong Date: Mon, 16 Apr 2007 18:55:18 +0000 (+0000) Subject: * progmodes/python.el (python-end-of-block): Avoid looping forever X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~805 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a5fafaa6bb0c364543c048575b034b6f5e0cc2f2;p=emacs.git * progmodes/python.el (python-end-of-block): Avoid looping forever if python-next-statement fails. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 519bb97de3f..18c760d8fe6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-04-16 Chong Yidong + + * progmodes/python.el (python-end-of-block): Avoid looping forever + if python-next-statement fails. + 2007-04-16 Roland Winkler * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.